Properly update the style cascade on screen change
authorMatthias Clasen <mclasen@redhat.com>
Fri, 24 Oct 2014 20:23:07 +0000 (16:23 -0400)
committerMatthias Clasen <mclasen@redhat.com>
Fri, 24 Oct 2014 20:23:07 +0000 (16:23 -0400)
commit4590501854fa41a6aba4307de8808fa956305b19
tree57640050ab9423a4a74716c75e1eef4e2aba7e1c
parent385e6beafe7e53911c1f3c1f84e167e5b218244a
Properly update the style cascade on screen change

GtkStyleContext was not properly handling the style cascade when
setting a screen, causing the inspector global CSS to affect the
inspector window, even though the inspector is using a different
screen now.
gtk/gtkstylecontext.c